home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 15 / Mac Magazin and MacEasy Magazine CD - Issue 15.iso / Spiele & Edutainment / Abalone 1.4.2 Folder / Abalone Boring Text 1.4.2 < prev   
Text File  |  1995-09-22  |  7KB  |  137 lines

  1. About Abalone for the Macintosh 1.4.2
  2. -----------------------------------
  3.  
  4. Description
  5. -----------
  6. Abalone is a very nice stratetic board game for two or more players.
  7. If you don't know the rules, you can read about them in the About box.
  8. This program is a Macintosh implementation of the game Abalone.
  9. Each of the two or three Abalone players can be humans (local or remote on the network) or Macs, so you can use the program
  10. - in 'demo mode' (all Mac players),
  11. - to play against the Mac (one Mac player and one human player [you]),
  12. - to play against others, either using one Mac or using two or three networked Macs. 
  13. Currently, four different but similar strategies can be chosen for a Mac player, and each strategy can be played at several different levels.
  14. More strategies may be implemented in the future; good ideas for this are welcome. If your idea sounds promising and is easy to implement, I may do so some day.
  15.  
  16. Distribution
  17. ------------
  18. Abalone for the Macintosh is freeware, but it is copyrighted by the author.
  19. The price for COMMERCIAL distribution is one free copy of the medium (floppy, CD-ROM, magazine, whatever) used to distribute Abalone, sent to my home address for free.
  20. All user feedback like  postcards, bug reports, questions,dollar bills, comments etc. are welcome and can be sent at my home address, or at my mail address.
  21. You will find these addresses in the About box.
  22.  
  23. Source code
  24. -----------
  25. As of this version, the sources for Abalone are also made available (conditionally).
  26. They are distributed separately, as most users will not have much use for them. 
  27. Having the sources will allow programmers to easily implement their own strategies and test them using my program. My copyrighted sources are made publicly availabe for this purpose only; it's explicitly forbidden to re-distribute a modified version of the program commercially (and this includes shareware), or with a changed About box.
  28.  
  29. Requirements
  30. ------------
  31. THIS PROGRAM REQUIRES SYSTEM 7.
  32. It definately won't run under earlier system software versions.
  33. The minimum size (350K) in the Finders Get Info box is enough to fully use the program, except for the 3D Graphics option, which makes the graphics a lot nicer.
  34. To use this option, the preferred size (1000K) should be available to the program,
  35. and you also need to have QuickTime installed (to decompress the JPEG-ed PICTs).
  36.  
  37. (De)Installation
  38. ----------------
  39. No special installation is needed; "just copy that floppy".
  40. When you quit this game, your settings are automatically saved in a Preferences file (in the Preferences Folder inside the System Folder, where these files belong).
  41. If you decide to trash Abalone, remember to remove the Abalone Preferences file.
  42. If you don't like the background pictures provided, you can replace them with your own: create a PICT resource with dimensions 488 * 424, and replace the ones in Abalone with an ID of 200, 201 or 202. Please distribute Abalone with the original pictures, please. If you have some really cool picture, you can send it to me and when I also like it, I'll add it to the next version. Don't modify the About stuff.
  43.  
  44. Compatibility
  45. -------------
  46. Abalone is System 7-dependant, 32-bit compatible and  Apple-Event aware.
  47. As of version 1.3, Abalone runs in native mode on a Power Macintosh.
  48. Abalone does not feature balloon help.
  49.  
  50. This program should be fully useable on all System-7 capable Macintosh models,
  51. with the following limitations:
  52. Compact Mac users will find no use for the bigger of the two possible board sizes.
  53. (If the board is too large: clicking in the zoom box toggles between the two sizes).
  54. The 3D colorizing option is always enabled, but looks lousy using less than 4 bits/pixel.
  55.  
  56. Abalone 1.4.2 has only been tested on my own Power Macintosh 6100/60.
  57. Earlier versions have been tested on various types of Macintosh.
  58. Please let me know if you think the current version of Abalone is incompatible with your Macintosh.
  59.  
  60. I hope you'll enjoy playing this game,
  61.  
  62.  
  63. Peter Tax
  64.  
  65.  
  66. ------------------------------------------------------------------------
  67.  
  68. Version History:
  69. ----------------
  70. 1.4.2
  71. Implemented a new strategy, removed the least succesfull old one.
  72. Fixed a memory allocation bug, reducing memory footprint somewhat.
  73. Snail mail and E-mail address change.
  74.  
  75. 1.4.1
  76. Fixed a bug making the About box buttons unreachable on compact Macs.
  77. (See? sending a bug report sometimes really helps! Thanks again, Michael.)
  78. Fixed crashing at startup with minimum memory partition on Power Macs by
  79. increasing the minimum size to 350K. (Less may still work on 68K Macs).
  80. Made explanation of the rules comprehensible on black&white monitors.
  81. (white balls are now white instead of black; this really clears things up.)
  82. Sharpened two background images somewhat.
  83.  
  84. 1.4
  85. New About pictures, including a E-mail address update.
  86. Graphcis: board picture background added, ball lighting changed.
  87. Minor bug fixes.
  88.  
  89. 1.3
  90. Added Power PC native code.
  91.  
  92. 1.2 ß 2
  93. Added 'greedy' board evaluation function, used in a new strategy.
  94. Added 'status icons' in Settings menu.
  95.  
  96. 1.2 ß 1
  97. Implemented network play.
  98. Recoded Terminator III strategy in assembly.
  99. Rewrote the About stuff, adding explanation of the rules.
  100. Colorized board lines.
  101. Fixed a memory leak causing a loss of approx. 1k of memory each time a color was changed.
  102. Fixed a bug in reading game files sometimes making it impossible to read an (otherwise valid) game file.
  103.  
  104. 1.1
  105. Implemented the 3D colorizing option.
  106. Improved the board appearance, also making the board slightly larger on both sizes.
  107. Enabled the other accidentaly disabled menu items in the 1.1 ß1 version (oops).
  108. Fixed a bug causing wrong colors in window updates after the color settings had been changed.
  109.  
  110. 1.1 ß1
  111. Replaced the old strategies by better ones.
  112. Added alfa-beta pruning.
  113. Added University of Waterloo contest notation.
  114. Added University of Waterloo contest KO rule (replaces the randomness in 1.0 final)
  115. Some performance optimization.
  116. Undo is now multi-level.
  117.  
  118. 1.0 final
  119. General code cleanup and performance optimization, making it about twice as fast (performance at the higher level is now acceptable on a Mac Plus).
  120. Added sound play option.
  121. Added some randomness in selection of move for computer players (making them a little bit less predictable, and preventing endless repetitions in demo games).
  122. Added UserItems counting and showing the balls already pushed off the board.
  123. Improved screen updating.
  124.  
  125. 1.0 ß3
  126. Fixed a bug that made the computer make another move after you had won.
  127. Some minor performance improvements in the computer players.
  128. Added 'How to play' and 'Strategies' help windows and mail address to About.
  129. Added a third strategy.
  130. Added  Jack Repenning's Finder color icons (thanks!), and modified  the black&white icon to match these.
  131.  
  132. 1.0 ß2
  133. Fixed a bug that crashed the program on machines without Color Quickdraw.
  134.  
  135. 1.0 ß1
  136. First attempt at public release.
  137.